﻿.ckbx_box {
    position: absolute;
    right: 1.2rem;
    bottom: 0.45rem;
    z-index: 999;
    width: 1.1rem;
}

.ckbx_box a {
    display: block;
    width: 100%;
    height: 100%;
}

.ckbx_box img {
    width: 100%;
    height: 100%;
}

.login{
    position: fixed;
    top: 1.5rem;
    right: 2.6rem;
    width: 1.4rem;
    height: 0.45rem;
    font-size: 0.2rem;
    color: #FFFFFF;
    background: #CC3333;
    z-index: 9;
    line-height: 0.45rem;
    text-align: center;
    border-radius: 0.25rem;
}


.login-box {
    display: none;
    position: fixed;
    top: 1.34rem;
    right: 2.58rem;
    width: 2.8rem;
    padding-top: 0.24rem;
    box-shadow: 0px 0px 0.1rem 0px rgba(0, 0, 0, 0.5);
    border-radius: 0.1rem;
    background: rgba(255, 255, 255, 0.9);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5FFFFFF, endColorstr=#E5FFFFFF);
    z-index: 999;
    box-sizing: border-box;
    padding-bottom: 0.2rem;
}

.login-btn {
    display: block;
    width: 2.2rem;
    height: 0.3rem;
    line-height: 0.3rem;
    text-align: center;
    margin: 0 auto;
    font-size: 0.16rem;
    font-weight: 500;
    color: #CB3432;
    letter-spacing: 2px;
    border: 1px solid #CB3432;
}

.login-btn:hover{
    background: #CB3432;
    color: #FFFFFF;
}

.login-other-btn a {
    display: inline-block;
    font-size: 0.14rem;
    font-weight: 400;
    color: #333333;
    line-height: 0.3rem;
    letter-spacing: 1px;
}

.login-other-btn {
    width: 2.8rem;
    margin: 0 auto;
    padding: 0.05rem 0.3rem 0.05rem 0.3rem;
    text-align: right;
    font-size: 0;
    box-sizing: border-box;
}

.section {
	position: relative;
    width: 100%;
    height: 100%;
	overflow: hidden;
}

.nav-header {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
}

.nav-container{
    height: 0.89rem;
}

.nav-fixed {
    position: fixed !important;
    top: 0.5rem;
    left: 0;
    right: 0;
}


/* 轮播图 */
.slideBox {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.slideBox .hd {
    height: 0.15rem;
    overflow: hidden;
    position: absolute;
    right: 0.05rem;
    bottom: 0.05rem;
    z-index: 1;
}

.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.slideBox .hd ul li {
    float: left;
    margin-right: 0.02rem;
    width: 0.15rem;
    height: 0.15rem;
    line-height: 0.14rem;
    text-align: center;
    background: #fff;
    cursor: pointer;
}

.slideBox .hd ul li.on {
    background: #f00;
    color: #fff;
}

.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
}

.slideBox .bd li a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.slideBox .bd img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 轮播图 end */

/*工具栏*/
.tools {
    position: fixed;
    top: 3.24rem;
    right: 0.38rem;
    width: 0.8rem;
    height: 3.80rem;
}

.tool {
	position: relative;
	display: block;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    margin-bottom: 0.2rem;
}

.qrCode{
	position: absolute;
	display: none;
	width: 1.2rem !important;
	height: 1.2rem !important;
	left: -1.2rem;
	top: -0.2rem;
}

.tool:hover .qrCode {
	display: block;
}

.tool img {
    width: 0.8rem;
    height: 0.8rem;
}

/*工具栏 end*/
/*消息通知*/
.message {
    position: absolute;
    bottom: 1.83rem;
    left: 50%;
    margin-left: -7.75rem;
    width: 15.5rem;
    height: 0.5rem;
    line-height: 0.5rem;
    color: #ffffff;
    background-image: url("news.png");
    background-size: 15.5rem 0.5rem;
}

.msg-icon {
    float: left;
    width: 0.25rem;
    height: 0.24rem;
    margin: 0.13rem 0.24rem 0.13rem 0.75rem;
    vertical-align: middle;
}

.message .bd {
    float: left;
}

.msg {
    display: inline-block;
}

.msg-title {
    float: left;
    color: #ffffff;
	font-size: 0.16rem;
    width: 1.95rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 0.3rem;
}

.msg-pub-date {
    display: inline-block;
    color: #ffffff;
    font-size: 0.16rem;
    margin-right: 0.7rem;
    line-height: 0.50rem;
}

.more {
    margin-right: 0.6rem;
    float: right;
    font-size: 0.16rem;
    height: 0.5rem;
    line-height: 0.5rem;
    box-sizing: border-box;
}

.more-icon {
    position: relative;
    top: 0.02rem;
    width: 0.22rem;
}

.more-txt {
    display: inline-block;
    color: #FFFFFF;
    font-size: 0.16rem;
}

/*消息通知 end*/
/*业务模块*/
.business-module {
    position: absolute;
    width: 100%;
    height: 1.5rem;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(38, 38, 38, 0.45);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F262626, endColorstr=#7F262626);
    z-index: 99;
    padding: 0.2rem 0;
    box-sizing: border-box;
}

.business-module-wrapper {
    height: 1.5rem;
    overflow: hidden;
    text-align: center;
}


.business {
    position: relative;
    display: inline-block;
    height: 1.5rem;
    text-align: center;
}

.business-line:after {
    position: absolute;
    top: 0px;
    display: inline-block;
    content: "";
    width: 0.02rem;
    height: 1rem;
    opacity: 0.7;
    background: url("line.png") 0px 0px no-repeat;
    z-index: 99;
}

.business a{
	display: inline-block;
}

.business a img {
	width: 0.5rem;
	height: 0.5rem;
    margin-top: 0.1rem;
}

.business-title {
    display: block;
    font-size: 0.18rem;
    color: #FFFFFF;
    margin-top: 0.06rem;
}

/*end*/
.business-margin70 {
    margin: 0 0.7rem;
}

.business-margin107{
	margin-left: 1.07rem;
}

.business-margin114{
	margin-left: 1.14rem;
}

.business-margin159{
	margin-left: 1.59rem;
}

.business-margin260{
	margin-left: 2.6rem;
}

.business-line-right70:after {
    right: -0.7rem;
}

.business-line-right87:after {
    right: -0.87rem;
}

.business-margin87 {
    margin: 0 0.87rem;
}

.business-margin83 {
    margin: 0 0.83rem;
}

.business-margin50 {
    margin: 0 0.5rem;
}

.business-line-right50:after {
    right: -0.50rem;
}

/*修改full page导航栏*/
#fp-nav {
    position: absolute;
    left: 0.95rem;
    top: 4.95rem;
    width: 0.34rem;
    height: 2.5rem;
    border-radius: 0.17rem;
    overflow: hidden;
}

#fp-nav ul {
    height: 100%;
}

#fp-nav ul li {
    position: relative;
    width: 0.16rem;
    height: 0.16rem;
    margin: 0.23rem 0.08rem;
}

/* #fp-nav ul li:after {
    position: absolute;
    content: '';
    left: 0.09rem;
    bottom: -0.23rem;
    width: 0.01rem;
    height: 0.20rem;
    display: inline-block;
    background: rgba(225, 255, 255, 0.6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99FFFFFF, endColorstr=#99FFFFFF);
}*/

#fp-nav ul li:first-child + li + li + li + li + li:after {
    display: none;
}

#fp-nav ul li a {
    width: 0.16rem;
    height: 0.16rem;
    display: inline-block;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
}

#fp-nav ul li a span {
    background: transparent;
}

#fp-nav ul li a.active {
    border: 1px solid #E40210;
    background: #E40210;
}

.section-bg-img,.section-bg-img1 {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.section-bg-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section-bg-img1 img {
    width: 100%;
    height: 100%;
}

/* section footer */

/*栏目页面大标题*/
.section-tit{
	position: absolute;
	top: 2.7rem;
	left: 2.6rem;
}

.section-name{
	position: absolute;
	top: 4.15rem;
	left: 2.6rem;
	width: 3.65rem;
	height: 0.74rem;
	background-size: 3.65rem 0.74rem !important;
}

.gryw-tit{
	width: 10.89rem;
	height: 1.12rem;
	background: url('gryw-tit.png') no-repeat;
	background-size: 10.89rem 1.12rem;
}

.gryw-name{
	background: url('gryw-name.png') no-repeat;
}

.gsyw-tit{
	width: 8.88rem;
	height: 1.12rem;
	background: url('gsyw-tit.png') no-repeat;
	background-size: 8.88rem 1.12rem;
}

.gsyw-name{
	background: url('gsyw-name.png') no-repeat;
}

.tsjr-tit{
	width: 13.8rem;
	height: 1.12rem;
	background: url('tsjr-tit.png') no-repeat;
	background-size: 13.8rem 1.12rem;
}

.tsjr-name{
	background: url('tsjr-name.png') no-repeat;
}

.tzzgx-tit{
	width: 12.7rem;
	height: 1.12rem;
	background: url('tzzgx-tit.png') no-repeat;
	background-size: 12.7rem 1.12rem;
}

.tzzgx-name{
	background: url('tzzgx-name.png') no-repeat;
}

.section-wrapper {
    width: 100%;
    height: 100%;
}

.section-business-module {
    position: absolute;
    width: 14rem;
    bottom: 0.2rem;
    height: 1.15rem;
    background: rgba(204, 51, 51, 0.89);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5CC3333, endColorstr=#E5CC3333);
    padding-top: 0.26rem;
    box-sizing: border-box;
}

.section-business-module-blue{
    background: rgba(0, 51, 102, 0.89) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e5003366,endColorstr=#e5003366) !important;
}

.section-business-module-wrapper {
    width: 100%;
    height: 100%;
    text-align: center;
}

.section-business {
    float: left;
    position: relative;
    height: 100%;
    text-align: center;
}

.section-business a{
	display: inline-block;
}

.section-business a img{
	width: 0.45rem;
	height: 0.41rem;
}

.section-line {
    position: absolute;
    height: 0.1rem;
    width: 14rem;
    margin: 0 auto;
    bottom: 0;
    background: rgba(204, 51, 51, 0.89);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5CC3333, endColorstr=#E5CC3333);
}

/* 播放器部分 */
.layer {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    width: 1.44rem;
    height: 1.25rem;
    z-index: 99;
}

.layer .player1 {
	width: 0.4rem;
	height: 0.4rem;
    margin-top: 0.42rem;
    cursor: pointer;
}

.video-modal {
    position: absolute;
    top: 2rem;
    left: 50%;
    transform: translateX(-50%);
    z-index:999;
}

.pause-video {
    position: absolute;
    top: 0.20rem;
    right: 0.2rem;
	z-index: 999;
}

.pause-video img {
    width: 0.2rem;
    height: 0.2rem;
    cursor: pointer;
}

/*每页内的大标题*/
.section-slogan {
    position: absolute;
    top: 5.25rem;
}

.section-slgan-title {
    margin-top: 0.53rem;
}

.section-slgan-desc p {
    font-size: 0.21rem;
    font-weight: 400;
    color: #FFFFFF;
    width: 6.56rem;
    height: 0.87rem;
    margin: 0;
}

.nav-container .nav-wrapper ul li a.nav-item{
	color: #FFFFFF;
}

.footer{
	position: absolute;
    bottom: 0;
    width: 100%;
    height: 3.75rem;
    background-color: #001d3b;
}
.section-slogan-img img{
	width: 10.89rem;
	height: 1.12rem;
}
.section-slgan-title img{
	width: 3.65rem;
	height: 0.74rem;
}


.gyjy-desc {
     position: absolute;
     top: 1.89rem;
     left: 50%;
     transform: translateX(-50%);
     width: 13.93rem;
}